Minute (x)

Basic and Crystal syntax.

Arguments

x is a Time value.

Returns

Whole Number

Action

Retrieves just the minutes from a Time value.

Typical uses

Use this function whenever you need to work with the minutes specified in a Time value for performing time calculations.

Examples

The following examples are applicable to Crystal syntax:

Minute(CTime(10, 20, 22))

Returns 20.

TimeVar ShipTime := CTime({orders.SHIP DATE});
Minute(ShipTime)

Returns 30 if {orders.SHIP DATE} is 1998/12/05 8:30:15.

Comments

This function is designed to work like the Visual Basic function of the same name.



Seagate Software, Inc.
http://www.seagatesoftware.com
Please send comments to:
techpubs@seagatesoftware.com